/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
*, *::before, *::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #00ACEC;
	padding: 0px;
	margin: 0px;
	background-image: url(../familyandfriends/images/faf2e-home-bg.gif);
}
h1 {
	color: #fff;
	width: 50%;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:1rem;
	border-radius: 0px 0px 0.4rem 0.4rem;
	font-size: 1.4rem;
	padding: 0.4rem;
	font-weight:bold
	
}
/* Layout */
img {
	border: 0px
}
#navigation, #book_image, #menus, #book_logo {
	display: none
}
#container {
	width: 840px;
	margin: 0 auto;
	text-align: left;
}
#middle_matter {
	background-color: transparent;
	border-radius: 7px 7px 0px 0px;
}
#content {
	padding: 0px;
	text-align: center;
	padding-bottom: 10rem
}
#banner {
	float: right;
	display: none;
}
#header {
	background-color: transparent;
	height: 96px
}
.comingSoon {
	opacity: .50;/* above line works in IE6, IE7, and IE8 */
}
/* OUP Logo */
#oup_logo {
	width: 220px;
	text-align: center;
	background-color: #fff;
	float: left;
}
#oup_logo img {
	margin: 1rem;
}
#book_logo {
	width: 185px;
	float: right;
}
/*Breadcrumb */
#breadcrumb {
	margin: 6px 0 2px 0;
	padding: 5px 0 5px 20px;
	background-color: transparent;
	color: #fff;
}
#breadcrumb a {
	text-decoration: none;
		font-weight: bold;
	color: #fff
}
#breadcrumb a:hover {
text-decoration:underline
}
.breadcrumbsep{font-weight: bold;}
#studentlink, #studentlink+.breadcrumbsep{ display:none; }


#homebuttons {
	list-style: none
}
#homebuttons li {
	display: inline
}
#parentslink {
	width: 240px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 230px;
	display: block
}
#parentslink img {
	border: 0px;
	z-index: 1
}
.parentsloz {
	-moz-border-radius: 0px 12px 12px 0px;
	-webkit-border-radius: 0px 12px 12px 0px;
	border-radius: 0px 12px 12px 0px;
	text-decoration: none;
	background-color: #0071BD;
	padding: 8px;
	position: relative;
	left: -6px;
	bottom: 22px;
	z-index: -1
}
#parentslink a {
	z-index: 1;
	position: relative;
	color: #FFCB08;
	text-decoration: none;
	font-size: large;
}
#parentslink a:hover {
	margin: 0px;
	font-weight: bold
}

.rubric {
	background-color: #fff;
	font-size: 13.5pt;
	color: #000;
	text-align: left;
	width: 800px;
	margin: 0px 20px 0px 15px;
	padding: 8px 0px 0px 0px;
}
.rubric strong {
	margin-left: 10px;
	font-weight: normal;
}
#childlinks ul{
	list-style-type: none;
	padding: 0px;
}
/*Sounds Chart*/
#switchcontrols {
	margin-top: 1rem;
	display: flex;
	justify-content: center;
	color: #FFF;
}
#switchcontrols a {
	display: block;
	flex: 0 1 auto;
	border-radius: 7px;
	text-align: left;
	text-decoration: none;
	padding: 1rem;
	font-weight: bold;
	color: #FFF;
	margin: 0.6rem
}
#switchcontrols a:hover {
	font-weight: bold;
	border-bottom: 2px solid #ccc;
	padding-bottom: 10px
}
#switchcontrols a.initial {
	border-bottom: 2px solid #ccc;
	padding-bottom: 10px
}
/*footer styles from main oup site*/

#addthis {
	float: right;
	width: 100px;
	margin: 0px;
	position: relative;
	top: -20px
}
#footer {
	margin-top: 2rem;
	color: #fff;
	background-color: #002147;
	text-align: center;
	line-height: 2em;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	border-top: 3px solid #fff;
	width: 100%;
	padding: 1rem
}
#footer a {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer p, #footer ul {
	font-family: Arial, Helvetica, sans-serif;
	inherit: none;
	display: inline;
	color: #fff;
	font-size: 10pt;
}
#footer ul {
	list-style: none;
}
#footer li {
	display: inline;
	color: #ffffff;
	font-size: 10pt
}
.fl-left {
	float: left;
}
.fl-right {
	float: right;
}
#footerinner {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#course {
	display: none
}
#title {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: -80px;
	display: block
}
#starter {
	position: absolute;
	top: 60px;
	left: 150px
}
#level1 {
	position: absolute;
	top: 215px;
	left: 40px
}
#level2 {
	position: absolute;
	top: 270px;
	left: 247px
}
#level3 {
	position: absolute;
	top: 132px;
	left: 417px
}
#level4 {
	position: absolute;
	top: 255px;
	left: 432px
}
#level5 {
	position: absolute;
	top: 75px;
	left: 673px
}
#level6 {
	position: absolute;
	top: 343px;
	left: 715px
}
/*#exercise ul, #exercise h2{text-align:left; margin-left:30px}*/
#exercise h2 {
	font-size: medium
}
.home_page a:hover {
	margin-top: 8px
}
#content.home_page {
	height: 550px;
	overflow: visible;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-image: url(../familyandfriends/images/HomePagecharacterbg.png);
	padding-bottom: 0
}
h1.left {
	float: left;
	margin-left: 40px;
	width: 130px
}
.bluelink, .greenlink, .orangelink, .redlink, .navylink, .purplelink, .turquoiselink {
	border-radius: 0.4rem;
}
.blue a {
	color: #09F;
	background-color: #C7EAFC;
	border: 2px solid #fff;
}
.blue a:hover {
	border: 2px solid #09F;
	background-color: #FFF
}
.bluelink {
	background-color: #09F;
	color: #FFF;
}
/* #39B54A #C8E4C0*/

.green a {
	color: #39B54A;
	background-color: #C8E4C0;
	border: 2px solid #fff;
}
.green a:hover {
	border: 2px solid #39B54A;
	background-color: #FFF
}
.greenlink {
	background-color: #39B54A;
	color: #FFF;
}
.greentitle {
	background-color: #39B54A;
	color: #FFF;
	-moz-border-radius: 0px 0px 7px 7px;
	-webkit-border-radius: 0px 0px 7px 7px;
	border-radius: 0px 0px 7px 7px;
	padding: 4px 6px 6px 6px
}
/* #FFDCAC #FAA61A  */	
.orange a {
	color: #FAA61A;
	background-color: #FFDCAC;
	border: 2px solid #fff;
}
.orange a:hover {
	border: 2px solid #FAA61A;
	background-color: #FFF
}
.orangelink {
	background-color: #FAA61A;
	color: #FFF;
}
.orangetitle {
	background-color: #FAA61A;
	color: #FFF;
	-moz-border-radius: 0px 0px 7px 7px;
	-webkit-border-radius: 0px 0px 7px 7px;
	border-radius: 0px 0px 7px 7px;
	padding: 5px 6px 6px 6px
}
/*#ED1C24 #FABEA7*/
.red a {
	color: #ED1C24;
	background-color: #FABEA7;
	border: 2px solid #fff;
}
.red a:hover {
	border: 2px solid #ED1C24;
	background-color: #FFF
}
.redlink {
	background-color: #ED1C24;
	color: #FFF;
}
.redtitle {
	background-color: #ED1C24;
	color: #FFF;
	-moz-border-radius: 0px 0px 7px 7px;
	-webkit-border-radius: 0px 0px 7px 7px;
	border-radius: 0px 0px 7px 7px;
	padding: 5px 6px 6px 6px
}
.bluetitle {
	background-color: #09F;
	color: #FFF;
	-moz-border-radius: 0px 0px 7px 7px;
	-webkit-border-radius: 0px 0px 7px 7px;
	border-radius: 0px 0px 7px 7px;
	padding: 5px 6px 6px 6px
}
.purple a {
	color: #954091;
	background-color: #d3bedc;
	border: 2px solid #fff;
}
.purplelink {
	background-color: #954091;
	color: #FFF;
}
.purple a:hover {
	border: 2px solid #954091;
	background-color: #FFF
}
.purpletitle {
	background-color: #954091;
	color: #FFF;
	-moz-border-radius: 0px 0px 7px 7px;
	-webkit-border-radius: 0px 0px 7px 7px;
	border-radius: 0px 0px 7px 7px;
	padding: 5px 6px 6px 6px
}
/*#20409a  #afb1d9  */
.navy a {
	color: #20409a;
	background-color: #afb1d9;
	border: 2px solid #fff;
}
.navylink {
	background-color: #20409a;
	color: #FFF;
}
.navy a:hover {
	border: 2px solid #20409a;
	background-color: #FFF
}
.navytitle {
	background-color: #20409a;
	color: #FFF;
	-moz-border-radius: 0px 0px 7px 7px;
	-webkit-border-radius: 0px 0px 7px 7px;
	border-radius: 0px 0px 7px 7px;
	padding: 5px 6px 6px 6px;
}
/* #77d0c8	#49c0b8 #009088 */
.turquoise a {
	color: #009088;
	background-color: #77d0c8;
	border: 2px solid #fff;
}
.turquoiselink {
	background-color: #009088;
	color: #FFF;
}
.turquoise a:hover {
	border: 2px solid #009088;
	background-color: #FFF
}
.turquoisetitle {
	background-color: #009088;
	color: #FFF;
	-moz-border-radius: 0px 0px 7px 7px;
	-webkit-border-radius: 0px 0px 7px 7px;
	border-radius: 0px 0px 7px 7px;
	padding: 5px 6px 6px 6px;
}
/*beige:ffefc3 yellow:ffcc00*/


.beigeboxes {
	padding: 0 1em 0 1em;
	border-radius: 15px;
	background-color: #ffefc3;
	margin: 1rem
}
.beigeboxes li {
	font-size: x-small;
	color: #666;
	padding-bottom: 8px
}
.beigeboxes img {
	margin-bottom: 4px
}
.beigeboxes h2 {
	background-color: #ffcc00;
	color: #575756;
	border-radius: 0px 0px 7px 7px;
	padding: 0px 6px 6px 10px;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1rem;
	width: 130px;
	text-align: center
}
.beigeboxes a {
	font-size: small;
	font-weight: bold;
	text-decoration: none
}
.beigeboxes a:hover img {
	padding-left: 6px;
}
#right {
	width: 210px;
	float: right
}
.row, .cards ul {
	display: flex
}
.cards li {
	flex: 0 1 20%;
	margin: 0.6rem
}
.columns {
	flex: 0 1 30%;
}
.wallpaper {
	width: 210px;
}
.wallpaper li {
}
.bookmarks {
}
.bookmarks li {
	width: 190px;
}
.righthands {
	width: 250px
}
#acks {
	font-size: xx-small
}
/*New styles*/
	
#tracklist {
	padding-top: 1rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 0 2rem 0
}
h2#tracktitle {
	font-size: 1.6rem;
	color: #000;
	margin: 1rem;
	text-align: left
}
#tracklist li {
	display: block;
	flex: 0 1 30%;
	margin: 0.6rem
}
#tracklist li a {
	display: block;
	padding-top: 0;
	padding: 0.6rem 0.4rem;
	text-align: center;
	font-weight: bold;
	box-shadow: 0px 4px 6px 0px rgba(0,0,0,0.2);
	border-radius: 0.6rem;
	background-color: #00ACEC;
	color: #fff;
	text-decoration: none
}
#tracklist li a:hover, #children li a:hover {
	box-shadow: none
}
#story #tracklist li a {
}
video, audio {
	width: 96%;
	margin: 0 auto;
}
/* Picture Dictionary */
#exercise {
	padding-bottom: 1rem;
	text-align: center;
}
#audiodictionary, #download-list {
	clear: both;
	margin-top: 2rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#download-list {
}
#audiodictionary div.section {
	width: 100%
}
#audiodictionary ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#audiodictionary li {
	flex: 0 1 auto;
	text-align: center;
	list-style: none;
	margin: 0 1em 2.6em 1em
}
#audiodictionary a {
	font-size: 1.2em;
	color: #000;
}
#audiofallback {
	border: 2px dotted #FC6;
	background-color: #fff;
	padding: 1em
}
#pd {
	margin: 2rem 1rem;
}
#audiodictionary a {
	font-size: 1.2em;
	color: #000;
}
#audiodictionary li img {
	max-width: 200px;
	max-height: 200px;
	display: block;
	margin: 0 auto
}
#audiofallback {
	border: 2px dotted #FC6;
	background-color: #fff;
	padding: 1em;
}
#audiodictionary li a {
	text-decoration: none;
	font-size: 1.4rem;
	font-weight: bold;
	background-color: #FC9;
	display: block;
	padding: 0.2rem;
	border: 1px solid #FC9;
	border-radius: 0.4rem;
	box-shadow: 3px 3px 10px #666;
}
#audiodictionary li a p {
	color: #fff
}
#audiodictionary li a h4 {
	margin: 0.2rem 0 0.3rem 0
}
#audiodictionary li a h4, #audiodictionary li a p span {
	color: #F90;
}
#audiodictionary li a:hover {
	box-shadow: none;
	border: 1px solid #666
}
#children ul {
	display: block;
	padding-top: 1rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#children li {
	flex: 0 1 25%;
	margin: 1rem;
}
#children li a {
	text-decoration: none;
	display: block;
	padding: 1rem;
	background-color: #00ACEC;
	color: #fff;
	font-size: 1.4rem;
	font-weight: bold;
	border-radius: 1rem;
	box-shadow: 0px 4px 6px 0px rgba(0,0,0,0.2);
}
#children li a[href*="smash"] {
	background-image: url(../familyandfriends/images/game_smash.png);
}
#children li a[href*="pirates"] {
	background-image: url(../familyandfriends/images/game_megamunch.png);
}
#children li a[href*="megamunch"] {
	background-image: url(../familyandfriends/images/game_megamunch.png);
}
#children li a[href*="maze"] {
	background-image: url(../familyandfriends/images/game_maze.png);
}
#children li a[href*="double-trouble"] {
	background-image: url(../familyandfriends/images/game_doubletrouble.png);
}
#children li a[href*="art-studio"] {
	background-image: url(../familyandfriends/images/game_artstudio.png);
}
#children li a[href*="switch"] {
	background-image: url(../familyandfriends/images/game_switch.png);
}
#min-spec{text-align:left; margin:1rem; font-size:0.6rem}